home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / eSkiMos R2 1.84 / eskimosr2.exe / {app} / eSkiMoS.exe / 0 / RCDATA / TUPDATERFORM / TUPDATERFORM.txt
Text File  |  2006-01-06  |  2KB  |  110 lines

  1. object UpdaterForm: TUpdaterForm
  2.   Left = 238
  3.   Top = 221
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'eSkiMoS R2 - Aktualizacja programu'
  7.   ClientHeight = 183
  8.   ClientWidth = 382
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object AnulujBtn: TButton
  22.     Left = 304
  23.     Top = 136
  24.     Width = 75
  25.     Height = 25
  26.     Cancel = True
  27.     Caption = '&Anuluj'
  28.     ModalResult = 2
  29.     TabOrder = 0
  30.     OnClick = AnulujBtnClick
  31.   end
  32.   object Progress: TProgressBar
  33.     Left = 0
  34.     Top = 167
  35.     Width = 382
  36.     Height = 16
  37.     Align = alBottom
  38.     TabOrder = 1
  39.   end
  40.   object GetBtn: TButton
  41.     Left = 224
  42.     Top = 136
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Pobierz'
  46.     Enabled = False
  47.     TabOrder = 2
  48.     OnClick = GetBtnClick
  49.   end
  50.   object Memo: TJvRichEdit
  51.     Left = 0
  52.     Top = 0
  53.     Width = 382
  54.     Height = 129
  55.     TabStop = False
  56.     Align = alTop
  57.     Color = 15724527
  58.     ReadOnly = True
  59.     ScrollBars = ssVertical
  60.     TabOrder = 3
  61.     Zoom = 100
  62.     OnChange = MemoChange
  63.   end
  64.   object ChangelogBtn: TButton
  65.     Left = 0
  66.     Top = 136
  67.     Width = 105
  68.     Height = 25
  69.     Caption = 'Przejrzyj zmiany..'
  70.     TabOrder = 4
  71.     OnClick = ChangelogBtnClick
  72.   end
  73.   object ListBtn: TButton
  74.     Left = 144
  75.     Top = 136
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'Lista plik'#243'w'
  79.     Enabled = False
  80.     TabOrder = 5
  81.     OnClick = ListBtnClick
  82.   end
  83.   object uHttp: THttpCli
  84.     LocalAddr = '0.0.0.0'
  85.     ProxyPort = '80'
  86.     Agent = 'Mozilla/4.0 (compatible; eSkiMoS R2)'
  87.     Accept = 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
  88.     NoCache = False
  89.     ContentTypePost = 'application/x-www-form-urlencoded'
  90.     MultiThreaded = False
  91.     SocksLevel = '5'
  92.     SocksAuthentication = socksNoAuthentication
  93.     Left = 8
  94.     Top = 8
  95.   end
  96.   object PTimer: TTimer
  97.     Enabled = False
  98.     Interval = 500
  99.     OnTimer = PTimerTimer
  100.     Left = 8
  101.     Top = 40
  102.   end
  103.   object UnZip: TAbUnZipper
  104.     ExtractOptions = [eoCreateDirs, eoRestorePath]
  105.     OnProcessItemFailure = UnZipProcessItemFailure
  106.     Left = 112
  107.     Top = 136
  108.   end
  109. end
  110.